net/http.http2ClientConn.vlogf (method)
11 uses
net/http (current package)
h2_bundle.go#L8344: cc.vlogf("http2: Transport sending health check")
h2_bundle.go#L8347: cc.vlogf("http2: Transport health check failure: %v", err)
h2_bundle.go#L8350: cc.vlogf("http2: Transport health check success")
h2_bundle.go#L8586: cc.vlogf("http2: Transport closing idle conn %p (forSingleUse=%v, maxStream=%v)", cc, cc.singleUse, nextID-2)
h2_bundle.go#L9792: cc.vlogf("http2: Transport closing idle conn %p (forSingleUse=%v, maxStream=%v)", cc, cc.singleUse, cc.nextStreamID-2)
h2_bundle.go#L9938: cc.vlogf("http2: Transport readFrame error on conn %p: (%T) %v", cc, err, err)
h2_bundle.go#L9953: cc.vlogf("http2: Transport received %s", http2summarizeFrame(f))
h2_bundle.go#L9985: cc.vlogf("http2: Transport conn %p received error from processing frame %v: %v", cc, http2summarizeFrame(f), err)
h2_bundle.go#L10498: cc.vlogf("transport got GOAWAY with error code = %v", f.ErrCode)
h2_bundle.go#L10585: cc.vlogf("Unhandled Setting: %v", s)
h2_bundle.go#L10769: func (cc *http2ClientConn) vlogf(format string, args ...interface{}) {